home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / sntimclc / sntimeca.txt < prev   
Encoding:
Text File  |  1998-09-08  |  428 b   |  15 lines

  1. How to register and unregister the control SNTimeCalc in the system.
  2.  
  3. The proccess is identical to the one used for OCX.
  4. The SNTimeCalc can be put in any directory.
  5.  
  6. 1. TO REGISTER:
  7. From the menu Start, select Run
  8. Type: RegSvr32 [complete path of the control]/SnailTimeCalc.dll
  9. Click OK
  10.  
  11. 2. TO UNREGISTER:
  12. From the menu Start, select Run
  13. Type: RegSvr32 /u [complete path of the control]/SnailTimeCalc.dll
  14. Click OK
  15.